home *** CD-ROM | disk | FTP | other *** search
- abicc -UCMUCS -UCMU -UMACH -DVAR_TMP -DHAS_DAEMON -O -I. -c supcmain.c
- cfe: Warning 596: ./sysent.h: 139: #else should be followed by carriage return only.
- cfe: Error: supcmain.c, line 361: storage size for 'ignvec' isn't known
- struct sigvec ignvec,oldvec;
- --------------^
- cfe: Error: supcmain.c, line 361: Reference of an expression of void type or an incomplete type.
- struct sigvec ignvec,oldvec;
- --------------^
- cfe: Error: supcmain.c, line 361: Reference of an expression of void type or an incomplete type.
- struct sigvec ignvec,oldvec;
- --------------^
- cfe: Error: supcmain.c, line 361: Reference of an expression of void type or an incomplete type.
- struct sigvec ignvec,oldvec;
- --------------^
- cfe: Error: supcmain.c, line 361: storage size for 'oldvec' isn't known
- struct sigvec ignvec,oldvec;
- ---------------------^
- *** Error code 1 (bu21) (ignored)
- abicc -UCMUCS -UCMU -UMACH -DVAR_TMP -DHAS_DAEMON -O -I. -c supcvers.c
- abicc -UCMUCS -UCMU -UMACH -DVAR_TMP -DHAS_DAEMON -O -I. -c supcparse.c
- cfe: Warning 596: ./sysent.h: 139: #else should be followed by carriage return only.
- abicc -UCMUCS -UCMU -UMACH -DVAR_TMP -DHAS_DAEMON -O -I. -c supcname.c
- cfe: Warning 596: ./sysent.h: 139: #else should be followed by carriage return only.
- abicc -UCMUCS -UCMU -UMACH -DVAR_TMP -DHAS_DAEMON -O -I. -c supcmisc.c
- cfe: Warning 596: ./sysent.h: 139: #else should be followed by carriage return only.
- cfe: Error: supcmisc.c, line 252: redeclaration of 'notify'; previous declaration at line 127 in file 'supcmisc.c'
- notify (char *fmt,...)
- ^
- cfe: Error: supcmisc.c, line 252: prototype and non-prototype declaration found for notify, ellipsis terminator not allowed
- notify (char *fmt,...)
- ------------------^
- *** Error code 1 (bu21) (ignored)
- abicc -UCMUCS -UCMU -UMACH -DVAR_TMP -DHAS_DAEMON -O -I. -c supcmeat.c
- cfe: Warning 596: ./sysent.h: 139: #else should be followed by carriage return only.
- cfe: Error: supcmeat.c, line 1379: redeclaration of 'done'; previous declaration at line 371 in file 'supcmeat.c'
- done (int value,char *fmt,...)
- ^
- cfe: Error: supcmeat.c, line 1379: prototype and non-prototype declaration found for done, ellipsis terminator not allowed
- done (int value,char *fmt,...)
- --------------------------^
- cfe: Error: supcmeat.c, line 1419: redeclaration of 'goaway'; previous declaration at line 275 in file 'supcmeat.c'
- goaway (char *fmt,...)
- ^
- cfe: Error: supcmeat.c, line 1419: prototype and non-prototype declaration found for goaway, ellipsis terminator not allowed
- goaway (char *fmt,...)
- ------------------^
- *** Error code 1 (bu21) (ignored)
- abicc -UCMUCS -UCMU -UMACH -DVAR_TMP -DHAS_DAEMON -O -I. -c scm.c
- cfe: Warning 596: ./sysent.h: 139: #else should be followed by carriage return only.
- cfe: Error: scm.c, line 522: redeclaration of 'scmerr'; previous declaration at line 232 in file 'scm.c'
- int scmerr (int errno,char *fmt,...)
- ----^
- cfe: Error: scm.c, line 522: prototype and non-prototype declaration found for scmerr, ellipsis terminator not allowed
- int scmerr (int errno,char *fmt,...)
- --------------------------------^
- *** Error code 1 (bu21) (ignored)
- abicc -UCMUCS -UCMU -UMACH -DVAR_TMP -DHAS_DAEMON -O -I. -c scmio.c
- cfe: Warning 596: ./sysent.h: 139: #else should be followed by carriage return only.
- abicc -UCMUCS -UCMU -UMACH -DVAR_TMP -DHAS_DAEMON -O -I. -c stree.c
- cfe: Warning 596: ./sysent.h: 139: #else should be followed by carriage return only.
- abicc -UCMUCS -UCMU -UMACH -DVAR_TMP -DHAS_DAEMON -O -I. -c log.c
- cfe: Warning 596: ./c.h: 63: #endif should be followed by carriage return only.
- abicc -UCMUCS -UCMU -UMACH -DVAR_TMP -DHAS_DAEMON -O -I. -c supmsg.c
- cfe: Warning 596: ./sysent.h: 139: #else should be followed by carriage return only.
- [ Using netcryptvoid.c ]
- cp netcryptvoid.c netcrypt.c
- abicc -UCMUCS -UCMU -UMACH -DVAR_TMP -DHAS_DAEMON -O -I. -c netcrypt.c
- cfe: Warning 596: ./sysent.h: 139: #else should be followed by carriage return only.
- abicc -UCMUCS -UCMU -UMACH -DVAR_TMP -DHAS_DAEMON -O -I. -c atoo.c
- abicc -UCMUCS -UCMU -UMACH -DVAR_TMP -DHAS_DAEMON -O -I. -c errmsg.c
- abicc -UCMUCS -UCMU -UMACH -DVAR_TMP -DHAS_DAEMON -O -I. -c expand.c
- cfe: Warning 596: ./sysent.h: 139: #else should be followed by carriage return only.
- cfe: Warning 740: expand.c, line 98: conflicting declarations for 'glob'
- static glob(as)
- -------^
- cfe: Warning 653: expand.c, line 98: (previous declaration of 'glob' at line 94 in file 'expand.c')
- static glob(as)
- -------^
- cfe: Warning 740: expand.c, line 148: conflicting declarations for 'matchdir'
- static matchdir(pattern)
- -------^
- cfe: Warning 653: expand.c, line 148: (previous declaration of 'matchdir' at line 141 in file 'expand.c')
- static matchdir(pattern)
- -------^
- cfe: Warning 712: expand.c, line 154: illegal combination of pointer and integer
- dirp = opendir(path);
- -----^
- cfe: Warning 712: expand.c, line 157: illegal combination of pointer and integer
- while ((dp = readdir(dirp)) != 0 ) {
- -----------^
- cfe: Warning 740: expand.c, line 166: conflicting declarations for 'execbrc'
- static execbrc(p, s)
- -------^
- cfe: Warning 653: expand.c, line 166: (previous declaration of 'execbrc' at line 136 in file 'expand.c')
- static execbrc(p, s)
- -------^
- cfe: Warning 740: expand.c, line 231: conflicting declarations for 'match'
- static match(s, p)
- -------^
- cfe: Warning 653: expand.c, line 231: (previous declaration of 'match' at line 159 in file 'expand.c')
- static match(s, p)
- -------^
- cfe: Warning 740: expand.c, line 245: conflicting declarations for 'amatch'
- static amatch(s, p)
- -------^
- cfe: Warning 653: expand.c, line 245: (previous declaration of 'amatch' at line 217 in file 'expand.c')
- static amatch(s, p)
- -------^
- cfe: Warning 740: expand.c, line 316: conflicting declarations for 'addone'
- static addone(s1, s2)
- -------^
- cfe: Warning 653: expand.c, line 316: (previous declaration of 'addone' at line 124 in file 'expand.c')
- static addone(s1, s2)
- -------^
- cfe: Warning 740: expand.c, line 335: conflicting declarations for 'addpath'
- static addpath(c)
- -------^
- cfe: Warning 653: expand.c, line 335: (previous declaration of 'addpath' at line 108 in file 'expand.c')
- static addpath(c)
- -------^
- cfe: Warning 740: expand.c, line 345: conflicting declarations for 'gethdir'
- static gethdir(home)
- -------^
- cfe: Warning 653: expand.c, line 345: (previous declaration of 'gethdir' at line 114 in file 'expand.c')
- static gethdir(home)
- -------^
- abicc -UCMUCS -UCMU -UMACH -DVAR_TMP -DHAS_DAEMON -O -I. -c ffilecopy.c
- abicc -UCMUCS -UCMU -UMACH -DVAR_TMP -DHAS_DAEMON -O -I. -c filecopy.c
- abicc -UCMUCS -UCMU -UMACH -DVAR_TMP -DHAS_DAEMON -O -I. -c nxtarg.c
- abicc -UCMUCS -UCMU -UMACH -DVAR_TMP -DHAS_DAEMON -O -I. -c path.c
- abicc -UCMUCS -UCMU -UMACH -DVAR_TMP -DHAS_DAEMON -O -I. -c quit.c
- abicc -UCMUCS -UCMU -UMACH -DVAR_TMP -DHAS_DAEMON -O -I. -c run.c
- cfe: Error: run.c, line 143: storage size for 'ignoresig' isn't known
- struct sigvec ignoresig,intsig,quitsig;
- --------------^
- cfe: Error: run.c, line 143: Reference of an expression of void type or an incomplete type.
- struct sigvec ignoresig,intsig,quitsig;
- --------------^
- cfe: Error: run.c, line 143: Reference of an expression of void type or an incomplete type.
- struct sigvec ignoresig,intsig,quitsig;
- --------------^
- cfe: Error: run.c, line 143: Reference of an expression of void type or an incomplete type.
- struct sigvec ignoresig,intsig,quitsig;
- --------------^
- cfe: Error: run.c, line 143: storage size for 'intsig' isn't known
- struct sigvec ignoresig,intsig,quitsig;
- ------------------------^
- cfe: Error: run.c, line 143: storage size for 'quitsig' isn't known
- struct sigvec ignoresig,intsig,quitsig;
- -------------------------------^
- *** Error code 1 (bu21) (ignored)
- abicc -UCMUCS -UCMU -UMACH -DVAR_TMP -DHAS_DAEMON -O -I. -c salloc.c
- abicc -UCMUCS -UCMU -UMACH -DVAR_TMP -DHAS_DAEMON -O -I. -c skipto.c
- abicc -UCMUCS -UCMU -UMACH -DVAR_TMP -DHAS_DAEMON -O -I. -c vprintf.c
- ar r libextra.a atoo.o errmsg.o expand.o ffilecopy.o filecopy.o nxtarg.o path.o quit.o run.o salloc.o skipto.o vprintf.o
- ar: Error: run.o cannot open
-
- ar: Warning: creating libextra.a
-
- ranlib libextra.a
- sh: ranlib: not found
- *** Error code 1 (bu21) (ignored)
- abicc -UCMUCS -UCMU -UMACH -DVAR_TMP -DHAS_DAEMON -O -I. -o sup supcmain.o supcvers.o supcparse.o supcname.o supcmisc.o supcmeat.o scm.o scmio.o stree.o log.o supmsg.o netcrypt.o libextra.a -lutil
- ld:
- Can't open: supcmain.o (No such file or directory)
- *** Error code 1 (bu21) (ignored)
- abicc -UCMUCS -UCMU -UMACH -DVAR_TMP -DHAS_DAEMON -O -I. -c supscan.c
- cfe: Warning 596: ./sysent.h: 139: #else should be followed by carriage return only.
- abicc -UCMUCS -UCMU -UMACH -DVAR_TMP -DHAS_DAEMON -O -I. -c scan.c
- cfe: Warning 596: ./sysent.h: 139: #else should be followed by carriage return only.
- cfe: Warning 712: scan.c, line 663: illegal combination of pointer and integer
- dirp = opendir (".");
- -----^
- cfe: Warning 712: scan.c, line 678: illegal combination of pointer and integer
- while (dentry=readdir(dirp)) {
- -------------^
- abicc -UCMUCS -UCMU -UMACH -DVAR_TMP -DHAS_DAEMON -O -I. -o supscan supscan.o stree.o scan.o libextra.a -lutil
- ld:
- Can't locate file for: -lutil
- *** Error code 1 (bu21) (ignored)
- abicc -UCMUCS -UCMU -UMACH -DVAR_TMP -DHAS_DAEMON -O -I. -c supfilesrv.c
- cfe: Warning 596: ./sysent.h: 139: #else should be followed by carriage return only.
- cfe: Error: supfilesrv.c: 1143: Unterminated string or character constant
- cfe: Error: supfilesrv.c: 1144: Unterminated string or character constant
- *** Error code 1 (bu21) (ignored)
- abicc -UCMUCS -UCMU -UMACH -DVAR_TMP -DHAS_DAEMON -O -I. -o supfilesrv supfilesrv.o scan.o scm.o scmio.o stree.o log.o supmsg.o netcrypt.o libextra.a -lutil
- ld:
- Can't open: supfilesrv.o (No such file or directory)
- *** Error code 1 (bu21) (ignored)
-